home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / filestat.zip / FILESTAT.CFG < prev    next >
Text File  |  1993-02-21  |  4KB  |  101 lines

  1. ;=============================================================================
  2. ;
  3. ;   FILESTAT
  4. ;
  5. ;=============================================================================
  6. ;
  7. ;   Another made from scratch utility for Wildcat! from P3 VEnture Software
  8. ;
  9. ;=============================================================================
  10. ;
  11. ;   This configuration file is also servings as the documentation for this
  12. ;   program as it is commented out by putting a semi-colon in the first
  13. ;   byte of each line.
  14. ;
  15. ;=============================================================================
  16. ;
  17. ;   Filestat reads your ( Wildcat! 3.x ONLY ) ALLFILES.DAT file, and
  18. ;   extracts a bunch of information from it, and then places it in the
  19. ;   display files of your choice. In this configuration file, KEYWORDS
  20. ;   are on the left, followed by an equals sign '=' ( NO SPACES ON EITHER
  21. ;   SIDE of the '=' ), followedby a variable.
  22. ;
  23. ;=============================================================================
  24. ;   EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS
  25. ;=============================================================================
  26. ;   NOTE!!!     EMS is used for all large data storage, this was done to
  27. ;               allow the processing of Databases with 10's or thousands
  28. ;               of files. If you do not have any EMS availble, then this
  29. ;               program will not function
  30. ;
  31. ;=============================================================================
  32. ;
  33. ;   EVERYTHING IS TREATED AS UPPER CASE.
  34. ;
  35. ;=============================================================================
  36. ;
  37. ;   FILESTAT is MUCH Faster than WCPRO for generation of the same type
  38. ;   of files. It CAN and HAS been run while all other nodes are online,
  39. ;   as it opens the database in a SHARED READONLY mode. Inthe event of
  40. ;   an error, it cleans up after itself, and exits with a non zero
  41. ;   errorlevel.
  42. ;
  43. ;=============================================================================
  44. ;
  45. ;   The configuration is straight forward, just look at the keyword,
  46. ;   and you can tell what it does.
  47. ;
  48. ;   In the EXCLUDE variables, up to 100 of each type of exclusion may be used
  49. ;   More than that will strictly be ignored
  50. ;
  51. ;   THIS CONFIGURATION FILE MUST BE IN YOUR PATH or in the current directory
  52. ;
  53. ;=============================================================================
  54. ;
  55. ;   The WCHOME Environmental Variable must be set, WITHOUT a trailing BACKSLASH
  56. ;
  57. ;   ie.     SET WCHOME=D:\WILDCAT
  58. ;   or      SET WCHOME=D:\WC30
  59. ;
  60. ;=============================================================================
  61. ;
  62. ;   If you like this little gem, send $ 15.00 to the following address.
  63. ;
  64. ;   Keith R. Personett / P3 Ventures Software
  65. ;   c/o Filestat Registration
  66. ;   17878 Preston Road #106
  67. ;   Dallas, Tx. 75252
  68. ;
  69. ;   If you have any questions, feel free to call The Assassin's Guild BBS
  70. ;   at 214-713-7036
  71. ;
  72. ;=============================================================================
  73. ;
  74. ;   Variable you can set for FILESTAT
  75. ;
  76. ;   EXCLUDEAREA     A File Area to Exclude from Listings & Stats
  77. ;
  78. ;   FILELIST        The Name of the Text File for ALLFILES List
  79. ;
  80. ;   NEWFILEDATE     New Files in Last xx Days
  81. ;
  82. ;   TOPFILES        Filename for Most Downloaded Files
  83. ;
  84. ;   STATISTICS      Filename for File Database Statistics
  85. ;
  86. ;   NEWFILES        Filename for Listing of New Files in Last NEWFILEDATE Days
  87. ;
  88. ;   SYSOPNAME       The Name of the Sysop
  89. ;
  90. ;   TOPCOUNT        Number of Top Files for TOPFILES Listing
  91. ;
  92. ;=============================================================================
  93. ;
  94. EXCLUDEAREA=100
  95. FILELIST=ALLFILES.TXT
  96. NEWFILEDATE=15
  97. TOPFILES=BULL14.BBS
  98. STATISTICS=BULL15.BBS
  99. NEWFILES=BULL16.BBS
  100. SYSOPNAME=KEITH PERSONETT
  101. TOPCOUNT=50